home *** CD-ROM | disk | FTP | other *** search
/ Geek Games #12 / GEGA012.iso / Jogos de Azar / roleta.swf / scripts / frame_414 / DoAction.as
Text File  |  2006-01-17  |  199b  |  8 lines

  1. setProperty("/rad", _rotation, getProperty(rad, _rotation) + vRotadreh);
  2. setProperty("/radhot", _rotation, getProperty(rad, _rotation));
  3. vRota += vRotadreh;
  4. if(vRota >= 360)
  5. {
  6.    vRota = 0;
  7. }
  8.